You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am suggesting a new feature, not asking a question
Description
The ability to generate a portable html as a report provides great convenience, but for each generated report includes a large Javascript code embedded within html.
When generating several reports, the total size required to have them becomes significantly large, and also turns into something impractical to integrate into certain projects.
It would be nice if instead of shipping all required scripts in a single inline javascript, the generated report imports the scripts from a CND, or at least, kept separate from html, so several reports could load the same script to render the information.
The text was updated successfully, but these errors were encountered:
This issue was closed because it has been marked stale for 20 days with no activity. This does not necessarily mean that the issue is bad, but it most likely means that nobody is willing to take the time to fix it. If you have found Locust useful, then consider contributing a fix yourself!
Prerequisites
Description
The ability to generate a portable html as a report provides great convenience, but for each generated report includes a large Javascript code embedded within html.
When generating several reports, the total size required to have them becomes significantly large, and also turns into something impractical to integrate into certain projects.
It would be nice if instead of shipping all required scripts in a single inline javascript, the generated report imports the scripts from a CND, or at least, kept separate from html, so several reports could load the same script to render the information.
The text was updated successfully, but these errors were encountered: